<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
}

/*鍘绘帀鍒楄〃榛樿鎺掑垪*/
ul,
ol,
li {
  list-style: none;
}

/*鍘绘帀搴曢儴妯嚎*/
/*鎶奱鍏冪礌鏇存敼璁剧疆鎴愬潡绾у厓绱狅紝杩欎釜鏍规嵁瀹為檯鎯呭喌鍐冲畾瑕佷笉瑕�*/
a {
  text-decoration: none;
  /* display: block; */
}



.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

i,
em {
  font-style: normal;
}</pre></body></html>